--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Commit 5e8e8626542647a96e083bcbab7f6824913596d9
Parents : 00fa09a
Author : Sudo-Ivan <ivan@quad4.io>
Signature : Signature validation error
Date : 2026-01-01T18:01:22-06:00
feat(locales): add name and placeholder fields for forwarding rules in German, English, and Russian translations
Changes
3 files changed, 6 insertions(+), 0 deletions(-)
Diff
diff --git a/meshchatx/src/frontend/locales/de.json b/meshchatx/src/frontend/locales/de.json
index 45a17ddc..89ad8753 100644
--- a/meshchatx/src/frontend/locales/de.json
+++ b/meshchatx/src/frontend/locales/de.json
@@ -326,6 +326,8 @@
"title": "LXMF-Weiterleiter",
"description": "Nachrichten von einer Adresse zu einer anderen weiterleiten, mit transparenter Rückleitung.",
"add_rule": "Weiterleitungsregel hinzufügen",
+ "name": "Name",
+ "name_placeholder": "Regelname (z.B. Heimknoten)...",
"forward_to_hash": "Weiterleiten an Hash",
"destination_placeholder": "Ziel-LXMF-Hash...",
"source_filter": "Quellfilter (Optional)",
diff --git a/meshchatx/src/frontend/locales/en.json b/meshchatx/src/frontend/locales/en.json
index 7883696d..799335fd 100644
--- a/meshchatx/src/frontend/locales/en.json
+++ b/meshchatx/src/frontend/locales/en.json
@@ -331,6 +331,8 @@
"title": "LXMF Forwarder",
"description": "Forward messages from one address to another, with transparent return routing.",
"add_rule": "Add Forwarding Rule",
+ "name": "Name",
+ "name_placeholder": "Rule name (e.g. Home Node)...",
"forward_to_hash": "Forward to Hash",
"destination_placeholder": "Destination LXMF hash...",
"source_filter": "Source Filter (Optional)",
diff --git a/meshchatx/src/frontend/locales/ru.json b/meshchatx/src/frontend/locales/ru.json
index 7b8cfc9c..0b036638 100644
--- a/meshchatx/src/frontend/locales/ru.json
+++ b/meshchatx/src/frontend/locales/ru.json
@@ -326,6 +326,8 @@
"title": "LXMF Форвардер",
"description": "Пересылка сообщений с одного адреса на другой с прозрачной обратной маршрутизацией.",
"add_rule": "Добавить правило пересылки",
+ "name": "Имя",
+ "name_placeholder": "Название правила (например, Домашний узел)...",
"forward_to_hash": "Пересылать на хеш",
"destination_placeholder": "Хеш назначения LXMF...",
"source_filter": "Фильтр источника (опционально)",
──────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────────